home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
PCACHSRC.ZIP
/
WINHULLO.RC
< prev
Wrap
Text File
|
1991-07-05
|
278b
|
13 lines
//these (arbitrary) equates could have been in an include file...
#define IDM_QUIT 100
#define IDM_ABOUT 101
winhullo MENU
BEGIN
POPUP "File"
BEGIN
MENUITEM "Quit", IDM_QUIT
MENUITEM "About...", IDM_ABOUT
END
END